@charset "UTF-8";
html,body{
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
   -webkit-filter: grayscale(100%);
   filter:gray;*/
}
.jwplayer video{
	outline:none;
}
.jwplayer audio{
	outline:none;
}
.totop {
    position: absolute;
    z-index: 99;
    right: -100px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    background: url(../images/toTop.png);
    background-size: cover;
}
.totop:hover {
    background: url(../images/toTop_hover.png);
}
.totop a {
    width: 44px;
    display: block;
    cursor: pointer;
    height: 44px;
}
.jw-icon-barlogo-new{
    display: none!important;
}
.hidden{
    display: none;
}
/* 控制文字在两行之内，多余部分显示... */
.twoLine {
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
/* 控制文字在三行之内，多余部分显示... */
.threeLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}
/* 控制文字在一行之内，多余部分显示... */
.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 公共头部start */
.header{
    background: #fff;
}
.header .support_div_big{
    background: url(../images/header_first_bg.png) no-repeat;
    background-size: cover;
}
.header .support_div{
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    /* background: pink; */
    position: relative;
}
.header .support_div .support_left{
    /* background: green; */
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999999;
}
.header .support_div .support_left .support_link li{
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
}
.header .support_div .support_left .support_link li .hover_div{
	width:122px;
   height:152px;
   background:url(../images/suportLink_bg.png) no-repeat;
   display:none;
   position: absolute;
   top: 41px;
   left: -43px;
}
.header .support_div .support_left .support_link li .hover_div .support_imgdiv {
	width:100px;
   height:100px;
   background:pink;
   position: absolute;
   top: 17px;
   left:50%;
   transform: translateX(-50%);
}
.header .support_div .support_left .support_link li .hover_div p{
	font-size:14px;
   font-weight:500;
   color:#333;
   text-align:center;
   position: absolute;
   top: 126px;
  width: 100%;
}
.header .support_div .support_left .support_link li:hover .hover_div{
	display:block;
}
.header .support_div .support_left .support_link li:last-child{
    margin-right: 0px;
}
.header .support_div .support_left .support_link .phone{
    background: url(../images/header_phone.png) no-repeat;
  background-size: 36px 36px;
}
.header .support_div .support_left .support_link .phone:hover{
    background: url(../images/header_phone_hover.png) no-repeat;
  background-size: 36px 36px;
}
.header .support_div .support_left .support_link .wechat{
    background: url(../images/header_wechat.png) no-repeat;
  background-size: 36px 36px;
}
.header .support_div .support_left .support_link .wechat:hover{
    background: url(../images/header_wechat_hover.png) no-repeat;
  background-size: 36px 36px;
}
.header .support_div .support_left .support_link .weblog{
    background: url(../images/header_weblog.png) no-repeat;
  background-size: 36px 36px;
}
.header .support_div .support_left .support_link .weblog:hover{
    background: url(../images/header_weblog_hover.png) no-repeat;
  background-size: 36px 36px;
}

.header .support_div .support_left .support_link li .hover_div .phone_imgdiv{
	background: url(../images/index_app_ewm.png) no-repeat;
      background-size: 100%;
}
.header .support_div .support_left .support_link li .hover_div .wechat_imgdiv{
	background: url(../images/index_weixin_ewm.jpeg) no-repeat;
      background-size: 100%;
}
.header .support_div .support_left .support_link li .hover_div .weblog_imgdiv{
	background: url(../images/index_weibo_ewm.png) no-repeat;
      background-size: 100%;
}

/*登录*/
.header_user {
    width: 36px;
    height: 110px;
    float: left;
    position: relative;
    margin-left: 135px;
  	 cursor: pointer;
}
.header_user a{
    display:block;
	 width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/header_user.png) no-repeat;
    background-size: 36px 36px;
}
.header_user a:hover{
    background: url(../images/header_user_hover.png) no-repeat;
    background-size: 36px 36px;
}
/*.header_user_img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

/* 已登录的情况 */
.login_already{
    width:75px;
    height: 110px;
    float: left;
    position: relative;
    margin-left: 135px;
    /* background: #fff; */
}
.login_already .user{
    width: 36px;
    height: 110px;
    float: left;
    position: relative;
}
.login_user_img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.login_already .layout{
    float: right;
    height: 110px;
    line-height: 110px;
    cursor: pointer;
    font-size: 14px;
    color: #C19D62;
}
/* 搜索start */
.header .support_div .search {
    width: 272px;
    height:110px;
    float: right;
    position: relative;
}
.header .support_div .search form {
    height: 32px;
    width: 246px;
    padding: 0 13px;
    background: #fff;
    border-radius:16px;
    border:1px solid #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header .support_div .search form .search_input {
    float: left;
    display: block;
    line-height: 32px;
    width: 228px;
    height: 32px;
    font-size: 12px;
    color: #000
}
.header .support_div .search form .search_btn {
    float: right;
    display: block;
    background: url("../images/header_search_btn.png") no-repeat left center;
    width: 18px;
    height: 20px;
    margin-top: 7px;
    background-size: 18px 20px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #c5c5c5 !important;
	font-size: 12x;
}
 
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #c5c5c5 !important;
	font-size: 12px;
}
 
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #c5c5c5 !important;
	font-size: 12px;
}
input::-ms-clear, input::-ms-reveal{display: none;}
/* 搜索end */

/* 导航start */
.header .support_second_div{
    height:60px;
    background:#D20302;
}
.header .support_second_div .header_nav_div{
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    /* background: #bbffaa; */
    position: relative;
}
/* logo start */
.header .support_second_div .header_nav_div .logo_div{
    width: 291px;
    height: 72px;
    line-height: 72px;
    position: absolute;
    background: url(../images/header_logo_bg.png) no-repeat;
    background-size: 291px 72px;
    left: 0px;
    top: -4px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    padding-left: 21px;
    cursor: pointer;
}
.header .support_second_div .header_nav_div .logo_div a{
	color:#fff;
}
.header .support_second_div .header_nav_div .logo_div_last{
    width: 96px;
    height: 32px;
    background: url(../images/header_logo_bg_last.png) no-repeat;
    position: absolute;
    left: 355px;
    top: -17px;
    background-size: 96px 32px;
}
/* logo end */
/* 导航栏start */
.header .support_second_div .header_nav_div .nav_div{
    position: absolute;
    top: 0px;
    right: -26px;
}
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li{
    float: left;
    height: 60px;
    line-height: 60px;
    padding:0px 26px;
    font-size:16px;
    position: relative;
  	cursor: pointer;
  	font-weight:400;
}
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li a{
    color:rgba(255,255,255,0.65);
}
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li .nav_img_hover {
    position: absolute;
    width: 10px;
    height: 2px;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    /* background: url(../images/header_nav_hover.png) no-repeat; */
    /* background-size: 40px 18px; */
    display: none;
    background: #fff;
}

.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li.active,
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li:hover{
   font-size:16px;
  	font-weight:500;
}
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li.active a,
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li:hover a{
    color:rgba(255,255,255,1);
}
.header .support_second_div .header_nav_div .nav_div .nav_ul .nav_li.active .nav_img_hover{
    display: block;
}
/* 导航栏end */
/* 导航 end */
/* 公共头部end */

/* 公共底部start */
.footer{
    height: 320px;
    /* background: #211E1E; */
    /*background: url(../images/footer_bg.png);*/
    background: linear-gradient(180deg,#4d4d4d, #2f2f2f);

}
.footer .footer_first{
    width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 104px;
    border-bottom: 1px solid rgba(255,255,255,0.11);
}
.footer .footer_first .title{
    height:104px;
    font-size:24px;
    font-weight:bold;
    color:#fff;
    line-height:104px;
    float: left;
    position: relative;
}
.footer .footer_first .footer_logo{
    display: inline-block;
    width: 183px;
    height: 48px;
    background: url(../images/footer_logo.png) no-repeat;
    background-size: 183px 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer .footer_first .footer_title{
    display: inline-block;
    padding-left: 45px;
}
.footer .footer_first .title a{
	color:#fff;
}
.footer .footer_first .footer_link{
    /* float:right; */
    height: 104px;
    line-height: 104px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.footer .footer_first .footer_link .footer_link_ul li{
    margin-right: 20px;
    float: left;
}
.footer .footer_first .footer_link .footer_link_ul li:last-child{
    margin-right: 0px;
}
.footer .footer_first .footer_link .footer_link_ul li a{
    color: #fff;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,0.55);
}
.footer .footer_first .footer_link .footer_link_ul li:hover a{
    color: #fff;
}
.footer .footer_second{
    width: 1000px;
    margin:28px auto 0px;
    position: relative;
}
.footer .footer_second_left{
    float: left;
}
.footer .footer_second_right{
    /* float: right; */
    position: absolute;
    right: 60px;
    top: 0px;
}
.footer .footer_second_left p,
.footer .footer_second_right p{
    margin-bottom: 8px;
    color:rgba(255,255,255,0.55);
}
.footer .footer_second_right p{
    text-align: right;
}
.footer .footer_second_right .footer_blue{
    position: absolute;
    right: -62px;
    top: 15px;
}
.footer .footer_second_right .footer_blue img{
	width: 40px;
   height: 50px;
}

/* 公共底部end */
/* 获取更多 */
.get_more{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.get_more .clickGetMore{
    font-size: 14px;
    color: #a4a4a4;
    cursor: pointer;
    background: #fafafa;
    width: 160px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
}
/* 公共栏目样式start */
.column_title{
    height: 49px;
    /*background: url(../images/column_title_bg.png) no-repeat;*/
    /*padding-left: 20px;*/
    border-bottom: 1px solid #fafafa;
    position: relative;
}
.column_title .column{
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    font-weight: 500;
    color: #d20302;
    padding-bottom: 10px;
    border-bottom: 4px solid #d20302;
}
.column_title .column span{
	 color: #C5302C;
}
.column_title .more{
    background: url(../images/more_right.png) no-repeat right center;
    background-size: 6px 7px;
    padding-right: 11px;
    font-size:12px;
    color: #d4d4d4;
    font-weight: 400;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.column_title .more:hover{
	/*color:#C19D62;*/
}

/* 公共栏目样式end */
/* 公共面包屑start */
.crumbsNav {
    height: 48px;
}
.crumbsNav li {
    float: left;
    color: #999;
    font-size: 14px;
}
.crumbsNav .split {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url(../images/crumbsNav_split.png) no-repeat center center;
    margin: 0 5px;
    background-size: 8px 10px;
}
.crumbsNav li:last-child .split {
    display: none;
}
.crumbsNav a {
    color: #999;
}

/* 公共面包屑end */


/* 公共右侧start */
.right_sidebar{
    width: 299px;
    /* height: 400px;
    background: pink; */
    float: right;
}
.right_sidebar .week{
    font-size:24px;
    font-weight:500;
    color:#222;
}
.right_sidebar .ranking {
    margin-top: 20px;
}

.right_sidebar .ranking li {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.right_sidebar .ranking li span {
    height: 46px;
    line-height: 46px;
    color: #D4D4D4;
    font-size: 40px;
    font-weight: normal;
    width: 23px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-style: italic;
}

.right_sidebar .ranking li:first-child span {
    color: #FE7837;
}

.right_sidebar .ranking li:nth-child(2) span {
  color: #FEA637;
}

.right_sidebar .ranking li:nth-child(3) span {
   color: #FEBE37;
}

.right_sidebar .ranking li a {
    width: 255px;
    height: 46px;
    font-size:16px;
    display: inline-block;
    color: #222;
    vertical-align: middle;
    line-height:26px;
}
.right_sidebar .ranking li a:hover{
	 color: #D20302!important;
}
.right_sidebar .hot_news{
    margin-top:58px; 
}
.right_sidebar .news .column{
    font-size:24px;
    font-weight:500;
    color:#222;
}
.right_sidebar .news{
    position: relative;
}
.right_sidebar .news .more{
    background: url(../images/more_right.png) no-repeat right center;
    background-size: 6px 10px;
    padding-right: 11px;
    font-size:14px;
    color:#999;
    font-weight: 400;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.right_sidebar .hot_news_hasPic{
    margin-top:30px;
}
/* .right_sidebar .hot_news_hasPic_ul{
    
} */
.right_sidebar .hot_news_hasPic_ul li{
    width: 299px;
    height: 116px;
    border-bottom: 1px solid #eee;
    margin-top: 18px;
}
.right_sidebar .hot_news_hasPic_ul li:first-child{
    margin-top: 0px;
}
.right_sidebar .hot_news_hasPic_ul li:last-child{
    border: none;
}
.right_sidebar .hot_news_hasPic_ul li img{
    width:150px;
    height: 98px; 
    float: left;
}
.right_sidebar .hot_news_hasPic_ul li .info{
    width:136px;
    height: 98px; 
    float: right;
}
.right_sidebar .hot_news_hasPic_ul li .info a{
    font-size:18px;
    color:#222;
    line-height:26px;
}
.right_sidebar .hot_news_hasPic_ul li .info a:hover{
	 color: #D20302!important;
}
.right_sidebar .hot_news_hasPic_ul li .info .time{
    font-size:14px;
    color:#999;
    margin-top: 30px;
}
.right_sidebar .hot_news_noPic_ul li{
    width:299px;
    font-size:16px;
    color:#222;
    margin-bottom: 15px;
}
.right_sidebar .hot_news_noPic_ul li a{
    color:#222;
}
.right_sidebar .hot_news_noPic_ul li a:hover{
	 color: #D20302!important;
}
.right_sidebar .pic{
    width: 299px;
    /*height: 500px;*/
    margin-top: 40px;
    margin-bottom: 40px;
}
.right_sidebar .pic img{
    width: 299px;
    height: 500px;
}

/* 公共右侧end */


/* 分享start */
.share {
    display: inline-block;
    width: 198px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0px;
    color: #999;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.share .shareto {
    display: inline-block;
}

.share .share_icon {
    display: inline-block;
    position: absolute;
    bottom: 0px;
}

.share .bdshare-button-style1-24 a {
    display: inline-block;
    height: 25px;
    padding-left: 26px;
    margin: 0px 0px 0px 12px;
}

.share .bdshare-button-style1-24 .bds_tsina {
    background: transparent url(../images/share_sina.png) no-repeat;
    background-size:24px 21px;
}

.share .bdshare-button-style1-24 .bds_weixin {
    background: transparent url(../images/share_wechat.png) no-repeat;
    background-size:25px 22px;
    margin-left: 9px;
}

.share .bdshare-button-style1-24 .bds_sqq {
    background: transparent url(../images/share_qq.png) no-repeat;
    background-size:18px 21px;
}

.share .bdshare-button-style1-24 .bds_qzone {
    background: transparent url(../images/share_qzone.png) no-repeat;
    background-size:20px 20px;
    margin-top: 0px;
    margin-left: 10px;
}
.share .bdshare-button-style1-24 .bds_tsina:hover {
    background: transparent url(../images/share_sina_hover.png) no-repeat;
    background-size:24px 21px;
}

.share .bdshare-button-style1-24 .bds_weixin:hover {
    background: transparent url(../images/share_wechat_hover.png) no-repeat;
    background-size:25px 22px;
}

.share .bdshare-button-style1-24 .bds_sqq:hover {
    background: transparent url(../images/share_qq_hover.png) no-repeat;
    background-size:18px 21px;
}

.share .bdshare-button-style1-24 .bds_qzone:hover {
    background: transparent url(../images/share_qzone_hover.png) no-repeat;
    background-size:20px 20px;
}

/* 分享end */